home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
enigma
/
earcd
/
sviluppo
/
svilupp1
/
srcgen.rdm
< prev
next >
Wrap
Text File
|
1997-01-18
|
2KB
|
48 lines
Short: Creates AmigaE source from #?.gui files
Author: kuchinka@k332.feld.cvut.cz (Martin Kuchinka)
Uploader: kuchinka@k332.feld.cvut.cz (Martin Kuchinka)
Type: dev/e
Requires: OS 2.0, AmigaE v3, gadtoolsbox.library
Replaces: srcgen.lha
Excuse my pure English!
Original source by Wouter van Oortmersen($#%!), I rewrote some parts of
the source(included) to make a little bit better layout of the created
source etc. etc.
News in this version:
- it identifies:
- WA_FLAGS
- WA_IDCMP
- PGA_FREEDOM
- STRINGA_JUSTIFICATION
- GTJ_JUSTIFICATION
- newmenu.flags
- newgadget.flags
- and more...
- new PROC process()
- for simple add your code!
- this function is not used by source, it waits for you!!!
- the best way, how to use this function() is to put
"process(#?window)" instead of "wait4message(#?window)",
that is not so dificult?!
- better layout of some parts
- two args added:
- quiet - no messages while creating source
- noprocess - generate no process() function
- PROC main() HANDLE
- I used exceptions instead of "x:" label
If you have some ideas, or if you will find bugs(?), please send me a mail.
Address: Martin Kuchinka
Kapucinska 79/3
Prague 1 11800
Czech Republic
E-Mail: kuchinka@k332.feld.cvut.cz (I prefer)
Source and executable are both PD, so you can do with it what you like
(instead of delete it from your HD/FD :^))